ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class / GetEnumerator Method




In This Topic
GetEnumerator Method (ImGearXMPBag<T>)
In This Topic
Returns an enumerator that iterates through the ImGearXMPBag<T>.
Syntax
'Declaration
 
Public Shadows Function GetEnumerator() As IEnumerator
 
'Usage
 
Dim instance As ImGearXMPBag(Of T)
Dim value As IEnumerator
 
value = instance.GetEnumerator()

Return Value

A System.Collections.Generic.IEnumerator object for the ImGearXMPBag<T>.
See Also